home *** CD-ROM | disk | FTP | other *** search
- Some TeX Utilities:
- ===================
-
-
- Those are all command-line driven! All programs include executable binaries as
- well as the source code.
-
-
- C++2LaTeX contains binaries to convert C and C++ files to LaTeX source code.
-
- html2LaTeX does the same for html files.
-
- LaTeX2rtf converts LaTeX source files to RTF format (warning: this doesn't work
- too well; it's not a complete LaTeX interpreter, after all...)
-
- rtf2(La)TeX works the other way around (and quite well from all I've tried so
- far).
-
-
-
- General notes:
- ==============
-
- I changed the way some programs read auxiliary files (changing the order of filename
- and extension, i.e. from english.land to land.english). Also programs that only
- wrote to stdout were modified to allow directly writing to output files. Some other
- small changes shall remain undocumented (since I just can't recall them any more...)
-
-
-
- Note about the sources:
- =======================
-
- Since I'm using GCC, the UnixLib headers and GSTstubs there are some incompatibi-
- lities I have to take into account. One of them is ctype.h which is incompatible
- in the UnixLib version, so any reference in the source codes is redirected to a
- custom file I made which can be used in conjunction with GSTstubs. Other minor
- changes concern avoiding putc, getc and all their derivaties, replacing them with
- fputc and fgetc instead. So don't be amazed...
-
-
-
-
- Andreas Dehmel
- dehmel@informatik.tu-muenchen.de
- (may become invalid later this year, don't know exactly yet...)
-